func crypto/internal/fips140/bigmod.not

6 uses

	crypto/internal/fips140/bigmod (current package)
		nat.go#L35: func not(c choice) choice { return 1 ^ c }
		nat.go#L49: 	return not(choice(c1 | c2))
		nat.go#L343: 	return not(choice(c))
		nat.go#L635: 		needSubtraction = not(choice(borrow)) | choice(carry)
		nat.go#L703: 	keep := not(choice(underflow)) | choice(always)
		nat.go#L1028: 			out.assign(not(ctEq(k, 0)), tmp)